home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m38.dir / 00128.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  516 b   |  22 lines

  1. on mouseDown
  2.   go("q2hand")
  3.   set the cursor of sprite 38 to [43, 44]
  4. end
  5.  
  6. on mouseUp
  7.   if sprite 38 intersects 24 then
  8.     set the castNum of sprite 38 to cast "dead sea.a"
  9.     set the moveableSprite of sprite 38 to 0
  10.     set the locV of sprite 38 to 240
  11.     set the locH of sprite 38 to 320
  12.     set the cursor of sprite 38 to -1
  13.     updateStage()
  14.   else
  15.     set the locV of sprite 38 to 240
  16.     set the locH of sprite 38 to 320
  17.     set the cursor of sprite 38 to [41, 42]
  18.     updateStage()
  19.   end if
  20.   go("q2")
  21. end
  22.